ResourceUpload Method (String, Stream, Int32, ContentRange) |
Uploads a data from stream a resource with the specified URI.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Upload(
string address,
Stream stream,
int bufferSize,
ContentRange contentRange
)
Public Sub Upload (
address As String,
stream As Stream,
bufferSize As Integer,
contentRange As ContentRange
)
Parameters
- address
- Type: SystemString
The URI of the resource to receive the data. - stream
- Type: System.IOStream
The input stream. - bufferSize
- Type: SystemInt32
The buffer size. Default value is 8192 bytes. - contentRange
- Type: Independentsoft.WebdavContentRange
The content range.
See Also